3.288 \(\int \frac{(a+\frac{b}{x})^n}{x (c+d x)} \, dx\)

Optimal. Leaf size=54 \[ \frac{\left (a+\frac{b}{x}\right )^{n+1} \, _2F_1\left (1,n+1;n+2;\frac{c \left (a+\frac{b}{x}\right )}{a c-b d}\right )}{(n+1) (a c-b d)} \]

[Out]

((a + b/x)^(1 + n)*Hypergeometric2F1[1, 1 + n, 2 + n, (c*(a + b/x))/(a*c - b*d)])/((a*c - b*d)*(1 + n))

________________________________________________________________________________________

Rubi [A]  time = 0.039041, antiderivative size = 54, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 3, integrand size = 20, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.15, Rules used = {514, 444, 68} \[ \frac{\left (a+\frac{b}{x}\right )^{n+1} \, _2F_1\left (1,n+1;n+2;\frac{c \left (a+\frac{b}{x}\right )}{a c-b d}\right )}{(n+1) (a c-b d)} \]

Antiderivative was successfully verified.

[In]

Int[(a + b/x)^n/(x*(c + d*x)),x]

[Out]

((a + b/x)^(1 + n)*Hypergeometric2F1[1, 1 + n, 2 + n, (c*(a + b/x))/(a*c - b*d)])/((a*c - b*d)*(1 + n))

Rule 514

Int[(x_)^(m_.)*((c_) + (d_.)*(x_)^(mn_.))^(q_.)*((a_) + (b_.)*(x_)^(n_.))^(p_.), x_Symbol] :> Int[x^(m - n*q)*
(a + b*x^n)^p*(d + c*x^n)^q, x] /; FreeQ[{a, b, c, d, m, n, p}, x] && EqQ[mn, -n] && IntegerQ[q] && (PosQ[n] |
|  !IntegerQ[p])

Rule 444

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_.)*((c_) + (d_.)*(x_)^(n_))^(q_.), x_Symbol] :> Dist[1/n, Subst[Int
[(a + b*x)^p*(c + d*x)^q, x], x, x^n], x] /; FreeQ[{a, b, c, d, m, n, p, q}, x] && NeQ[b*c - a*d, 0] && EqQ[m
- n + 1, 0]

Rule 68

Int[((a_) + (b_.)*(x_))^(m_)*((c_) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[((b*c - a*d)^n*(a + b*x)^(m + 1)*Hype
rgeometric2F1[-n, m + 1, m + 2, -((d*(a + b*x))/(b*c - a*d))])/(b^(n + 1)*(m + 1)), x] /; FreeQ[{a, b, c, d, m
}, x] && NeQ[b*c - a*d, 0] &&  !IntegerQ[m] && IntegerQ[n]

Rubi steps

\begin{align*} \int \frac{\left (a+\frac{b}{x}\right )^n}{x (c+d x)} \, dx &=\int \frac{\left (a+\frac{b}{x}\right )^n}{\left (d+\frac{c}{x}\right ) x^2} \, dx\\ &=-\operatorname{Subst}\left (\int \frac{(a+b x)^n}{d+c x} \, dx,x,\frac{1}{x}\right )\\ &=\frac{\left (a+\frac{b}{x}\right )^{1+n} \, _2F_1\left (1,1+n;2+n;\frac{c \left (a+\frac{b}{x}\right )}{a c-b d}\right )}{(a c-b d) (1+n)}\\ \end{align*}

Mathematica [A]  time = 0.0154163, size = 54, normalized size = 1. \[ \frac{\left (a+\frac{b}{x}\right )^{n+1} \, _2F_1\left (1,n+1;n+2;\frac{c \left (a+\frac{b}{x}\right )}{a c-b d}\right )}{(n+1) (a c-b d)} \]

Antiderivative was successfully verified.

[In]

Integrate[(a + b/x)^n/(x*(c + d*x)),x]

[Out]

((a + b/x)^(1 + n)*Hypergeometric2F1[1, 1 + n, 2 + n, (c*(a + b/x))/(a*c - b*d)])/((a*c - b*d)*(1 + n))

________________________________________________________________________________________

Maple [F]  time = 0.531, size = 0, normalized size = 0. \begin{align*} \int{\frac{1}{x \left ( dx+c \right ) } \left ( a+{\frac{b}{x}} \right ) ^{n}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a+b/x)^n/x/(d*x+c),x)

[Out]

int((a+b/x)^n/x/(d*x+c),x)

________________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{{\left (a + \frac{b}{x}\right )}^{n}}{{\left (d x + c\right )} x}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b/x)^n/x/(d*x+c),x, algorithm="maxima")

[Out]

integrate((a + b/x)^n/((d*x + c)*x), x)

________________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left (\frac{\left (\frac{a x + b}{x}\right )^{n}}{d x^{2} + c x}, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b/x)^n/x/(d*x+c),x, algorithm="fricas")

[Out]

integral(((a*x + b)/x)^n/(d*x^2 + c*x), x)

________________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b/x)**n/x/(d*x+c),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{{\left (a + \frac{b}{x}\right )}^{n}}{{\left (d x + c\right )} x}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b/x)^n/x/(d*x+c),x, algorithm="giac")

[Out]

integrate((a + b/x)^n/((d*x + c)*x), x)